projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dd6cd9
)
Forgotten change
author
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 18 Oct 2004 20:59:32 +0000
(20:59 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 18 Oct 2004 20:59:32 +0000
(20:59 +0000)
gdk/makegdkalias.pl
patch
|
blob
|
history
diff --git
a/gdk/makegdkalias.pl
b/gdk/makegdkalias.pl
index 330107b63e707fc8d24dfad13b620b9884e3fa07..231ac8f901fb3e7b0217443e26e12c77700659da 100755
(executable)
--- a/
gdk/makegdkalias.pl
+++ b/
gdk/makegdkalias.pl
@@
-37,6
+37,9
@@
print <<EOF;
#ifdef GDK_WINDOWING_WIN32
#include "win32/gdkwin32.h"
#endif
+#ifdef GDK_WINDOWING_FB
+#include "linux-fb/gdkfb.h"
+#endif
EOF